From: Boyuan Yang Date: Mon, 1 Mar 2021 00:43:43 +0000 (-0500) Subject: Prepare new upload. X-Git-Tag: archive/raspbian/1.1.9+ds1-4+rpi1^2^2~85 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7a5bc8d1f9e4c1b5788a48e05df6d75ffca054b8;p=opencc.git Prepare new upload. --- diff --git a/debian/changelog b/debian/changelog index eee8331..5fd2d6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +opencc (1.1.1+git20200624+ds2-6) unstable; urgency=high + + * Team upload. + * debian/patches/0005: Add upstream patch to fix severe performance + regression in `Conversion::Convert` that caused O(N^2) complexity. + * debian/rules: Disable parallel build to workaround some random + build error for now. + + -- Boyuan Yang Sun, 28 Feb 2021 19:48:01 -0500 + opencc (1.1.1+git20200624+ds2-5) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index 9bfc988..e4cc9c4 100755 --- a/debian/rules +++ b/debian/rules @@ -8,8 +8,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all include /usr/share/dpkg/architecture.mk +# Disable parallel build to circumvent some random build error +# (needs further investigation) %: - dh $@ --buildsystem=cmake --with pkgkde_symbolshelper + dh $@ --buildsystem=cmake --with pkgkde_symbolshelper --no-parallel BUILD_OPTIONS = \ -DCMAKE_INSTALL_PREFIX=/usr \